home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / beeld / 3d / ArtOfIllusion24-Mac.dmg / Art of Illusion / ArtOfIllusion.jar / bsh / commands / clear.bsh < prev    next >
Text File  |  2005-05-23  |  242b  |  11 lines

  1. /**
  2.     Clear all variables, methods, and imports from this namespace.
  3.     If this namespace is the root, it will be reset to the default 
  4.     imports.
  5.     See NameSpace.clear();
  6.     @see NameSpace.clear();
  7. */
  8. clear() {
  9.     this.caller.namespace.clear();
  10. }
  11.